home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
prefs
/
sound.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
341 b
|
18 lines
include "inc/exec/types.inc";
include "inc/libraries/iffparse.inc";
struct SoundPrefs is
sop_Reserved[4]:long;
sop_DisplayQueue:word;
sop_AudioQueue:word;
sop_AudioType:uword;
sop_AudioVolume:uword;
sop_AudioPeriod:uword;
sop_AudioDuration:uword;
sop_AudioFileName[256]:byte;
;
def SPTYPE_BEEP = 0;
def SPTYPE_SAMPLE = 1;